home *** CD-ROM | disk | FTP | other *** search
- on spriteMover
- set tempsprite to the clickOn
- set tempcast to the castNum of sprite tempsprite
- updateStage()
- set x to the regPoint of cast tempcast
- set z to word 2 of string(x)
- set vertV to integer(z)
- set z to word 1 of string(x)
- set var to EMPTY
- put char 7 of string(z) after var
- put char 8 of string(z) after var
- put char 9 of string(z) after var
- set horzV to integer(var)
- set the regPoint of cast tempcast to point(horzV - 2, vertV - 2)
- updateStage()
- set the regPoint of cast tempcast to point(horzV, vertV)
- updateStage()
- end
-